﻿@font-face {
    font-family: 'BEBAS';
    src: url(../font/bebas.woff2);
}

@font-face {
    font-family: "Lobster";
    src: url(../font/lobster.woff2);
}

@font-face {
    font-family: 'GOTHIC';
    src: url(../font/gothic.woff2);
}

@font-face {
    font-family: 'CENTURYGOTHIC';
    src: url(../font/centurygothic-bold.woff2);
}

@font-face {
    font-family: 'PingFang';
    src: url(../font/pingfang.woff2);
}

*,
body,
html {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

body {
    font: 14px/1.8 'PingFang', "微软雅黑", "冬青黑体", "Arial", "Helvetica", "SimHei", "STXihei", sans-serif;
    margin: 0 auto;
    letter-spacing: 0.5px;
    color: #333;
    background-color: #fff;
    box-sizing: border-box;
}

ol,
ul {
    list-style: none;
}

input {
    outline: none;
}

a {
    color: #333;
    text-decoration: none;
    cursor: pointer;
}

img {
    border: 0;
}

/* ===============================
    common
================================================================================= */
.lxDw {
    position: absolute;
    top: -89px;
}

.inner {
    position: relative;
    max-width: 1900px;
    width: 80%;
    margin: 0 auto;
}

/* 首页 */
.lxSec {
    position: relative;
    z-index: 11;
    background: #fff;
    margin-top: 100vh;
}

/* 标题 */
.lxTit {
    position: relative;
    margin-bottom: 38px;
}

.lxTit_cn {
    font-weight: bold;
    font-size: 38px;
    line-height: 1.2;
    letter-spacing: 2px;
}

.lxTit_en {
    font-weight: bold;
    font-family: 'GOTHIC';
    font-size: 38px;
    text-transform: capitalize;
    line-height: 1.4;
}

.lxTit_en span {
    color: #ffbe32;
}

.lxTit_line {
    display: none;
    margin-top: 16px;
    overflow: hidden;
}

.lxTit_line span {
    display: block;
    float: left;
    height: 4px;
    background-color: #d0121b;
    line-height: 1;
}

.lxTit_span1 {
    width: 50px;
}

.lxTit_span2 {
    width: 16px;
    margin-left: 3px;
}

.lxTit.white .lxTit_line span {
    background-color: #fff;
}

.lxTit.white .lxTit_en span,
.lxTit.white .lxTit_en,
.lxTit.white .lxTit_cn {
    color: #fff;
}

.lxTit.center {
    text-align: center;
}

/* 更多 */
.lxMore {
    position: relative;
}

.lxMore {
    margin-top: 48px;
}

.lxMore .more {
    display: block;
    width: 189px;
    height: 54px;
    line-height: 54px;
    border-radius: 58px;
    text-align: center;
    transition: all .2s;
    background: #ffbe32;
    color: #fff;
}

.lxMore span {
    padding-right: 44px;
    background-repeat: no-repeat;
    background-position: right center;
    background-image: url(../images/arr.png);
    background-size: 21px;
}

.lxMore.sm .more {
    width: 128px;
    height: 34px;
    line-height: 34px;
    font-size: 12px;
}

.lxMore.sm span {
    padding-right: 24px;
    background-size: 14px;
}

.lxMore.center .more {
    margin: 0 auto;
}

/* 首页更多 */
.indMore {
    margin-top: 38px;
}

.indMore .more {
    background: #ffbe32;
    color: #fff;
    line-height: 1;
    display: inline-block;
    box-shadow: 0 5px 20px rgba(208, 18, 27, .2);
}

.indMore span {
    letter-spacing: 1px;
    padding: 0 48px 0 28px;
}

.indMore_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.indMore_flex div {
    border-left: 1px solid rgb(255 255 255 / 0.18);
    padding: 12px 14px;
}

.indMore_flex svg {
    width: 20px;
    height: 20px;
}

.indMore_flex path {
    fill: #fff;
}


/* page */
.lxPage {
    margin: 3% 0;
}

.lxPage_box {
    width: 100%;
    max-width: 75em;
    padding-left: 16px;
    padding-right: 16px;
    margin: auto;
    position: relative;
    text-align: center;
}

.lxPage_box a,
.lxPage_box span {
    padding: 7px 16px;
    margin: 0 10px;
    border-radius: 5px;
    color: #636973;
    font-size: 16px;
    display: inline-block;
}

.lxPage_item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

.lxPage_link {

    text-decoration: none;
    border: 1px solid #999;
}

.lxPage_link.active {
    color: #fff;
    background: #ffbe32;
    border: 1px solid #ffbe32;

}

.lxPage_link:hover {
    border: 1px solid #ffbe32;
}

/* banner */
.lxBan {
    position: relative;
    width: 100%;
    height: 66vh;

}

.lxBan img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*  */
.lxBan {
    position: relative;
    width: 100%;
    height: 50vh;
    margin-top: 89px;
}

.lxBan img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lxBan_txt {
    display: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 12%;
    width: 76%;
    z-index: 11;
}

.lxBan_txt p {
    color: #fff;
    opacity: 0.12 !important;
    position: absolute;
    top: -48px;
    font-size: 128px;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
    left: 0;
    width: 100%;
    font-weight: bold;
    font-family: 'CENTURYGOTHIC';
}

.lxBan_txt span {
    font-size: 56px;
    color: #fff;
    line-height: 1;
    font-weight: bold;
    display: block;
    margin-bottom: 32px;
    letter-spacing: 2px;
}

.lxBan_txt i {
    display: block;
    width: 38px;
    height: 4px;
    background: #fff;
}

.lxBan_txt.center {
    text-align: center;
}

.lxBan_txt.center i {
    margin: 0 auto;
}

.second-nav-box {
    padding-left: 5%;
    height: 100px;
    border-bottom: 1px solid #e6e6e6;
    position: absolute;
    bottom: -50px;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: 80;
}

.second-nav-box .nav-box {
    width: 100%;
    height: 100%;
    background-color: #fff;
    font-size: 16px;
    padding: 0 10% 0 5%;
}
@media (max-width: 780px){
	.second-nav-box .center{ display: flex;}
}
.second-nav-box .center {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.second-nav-box .left {
    padding-left: 20px;
    /*height: 100%;*/
    line-height: 32px;
    display: inline-block;
    background-image: url(../images/25.png);
    background-repeat: no-repeat;
    background-size: 10px auto;
    background-position: left center;
    color: #333;
}

.second-nav-box .right {
   /* height: 100%;*/
}

.second-nav-box .items {
    display: inline-block;
    height: 100%;
    line-height: 36px;
    margin-left: 50px;
    position: relative;
    text-align: center;
}

.second-nav-box .items span {
    position: relative;
    z-index: 10;
    transition: all 0.6s;
    color: #333;
    padding-bottom: 20px;
}

.second-nav-box .items span:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 4px;
    background-color: #ffbe32;
    border-radius: 2px;
    left: 0;
    top: calc(50% + 4px);
    z-index: -1;
    transform-origin: left center;
    transform: scalex(0);
    transition: all 0.48s;
}

.second-nav-box .items.active span,
.second-nav-box .items:hover span {
    font-size: 20px;
    font-weight: bold;
}

.second-nav-box .items:hover span::after,
.second-nav-box .items.active span::after {
    transform: scalex(1);
}

/* ===============================
    header
================================================================================= */
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    transition: all 0.48s;
    background: rgb(254, 240, 17); 
}

.header .inner {
    position: relative;
    border-bottom: 1px solid rgb(255 255 255 / 0.10);
}

.headBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.headL img {
    display: block;
    width: 600px;
}

.headL .headLogo_img_r {
    display: none;
}

.headC ul {
    display: inline-block;
    vertical-align: middle;
}

.headC li {
    display: inline-block;
    padding: 0 34px; 
    /*visibility: hidden;*/
}

.headC li>a {
    position: relative;
    color: #e93932;
    display: block;
    line-height: 108px;
    font-size: 16px;
    transition: all 0.68s;
    z-index: 99;
}
.headC a>zw_biaoti {
    color: #fff;
}

.headC li>a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: #fff;
    transform: scale(0);
}

.headC li:hover>a:after,
.headC li.on>a:after {
    transform: scale(1);
}

.headIco {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.headIco div {
    position: relative;
    min-width: 108px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.headIco div:nth-child(0) :before {
    content: "";
    position: absolute;
    left: 80%;
    top: 50%;
    height: 20px;
    width: 1px;
    background: #fff;
    margin-top: -10px;
    opacity: 0.28;
}

.headIco a {
    line-height: 108px;
    display: inline-block;
    color: #f23a35;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

.headIco a:last-of-type {
    margin-left: 40px;
}

.headIco svg {
    display: block;
    width: 24px;
    height: 24px;
}

.headIco path {
    fill: #fff;
    transition: all 0.68s;
}


.header.bg {
    background: rgb(254, 240, 17);
    box-shadow: 0 0 10px 1px #eee;
}

.header.on {
    background: rgb(254, 240, 17);
    box-shadow: 0 0 10px 1px #eee;
    border-bottom: 1px solid #e8e8e8;
}

.header.on .inner,
.header.bg .inner {
    border-color: transparent;
}

.header.bg .headLogo_img_r,
.header.on .headLogo_img_r {
    display: block;
}

.header.bg .headLogo_img_d,
.header.on .headLogo_img_d {
    display: none;
}

.header.bg .headC li a {
    color: #333;
}

.header.on .headC li
{
    
    visibility: inherit;
}
.header.on .headC li a {
    color: #e83832;
    line-height: 108px;
	font-weight:bold;
}

.header.bg .headIco path,
.header.on .headIco path {
    fill: #278fcf;
}
.header.on  .headIco a 
{
    line-height: 89px;
}
.header.bg .headIco a,
.header.on .headIco a
{
    color: #ffbe32;
}

.header.bg .headIco div::before,
.header.on .headIco div::before {
    background: #999;
}

.header.on .headC li>a:after,
.header.bg .headC li>a:after {
    background: #278fcf;
}

/* headMenu */

.headMenu {
    display: none;
    cursor: pointer;
    float: right;
    padding: 3px 0 0;
}

.headMenu span {
    display: block;
    width: 28px;
    height: 2px;
    background: #000;
    margin-top: 6px;
    border-radius: 6px;
    transition: all 0.48s;
}

.headMenu span:first-of-type {
    margin-top: 0;
}

.headMenu.on span {
    background: #000;
}

.headMenu.on .headMenu_span1 {
    transform: rotate(45deg) translate(5px, 6px);
}

.headMenu.on .headMenu_span2 {
    opacity: 0;
}

.headMenu.on .headMenu_span3 {
    transform: rotate(-45deg) translate(5px, -7px);
}

.headMenu_Box {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    padding-top: 89px;
    padding-bottom: 38px;
    z-index: 9990;
}

.headMenu_Box.open {
    right: 0;
}

.headMenu_Box>div {
    height: 100%;
    padding: 0 38px;
    overflow: auto;
}

.headMenu_con {
    position: absolute;
    bottom: 20px;
    left: 20px;
    width: calc(100% - 40px);
    background: #F2F7FB;
    text-align: center;
}

.headMenu_con a {
    padding: 12px;
    display: block;
    color: #ffbe32;
    text-align: center;
    font-size: 27px;
    line-height: 2;
    text-transform: capitalize;
}

.headMenu_Box ul {
    position: relative;
}

.headMenu_Box ul:last-of-type {
    border-top: 2px solid #e1e1e1;
    padding-top: 20px;
}

.headMenu_Box ul:last-of-type li {
    margin: 0;
}

.headMenu_Box li {
    line-height: 2.1;
    margin-top: 16px;
    padding-bottom: 16px;
    border-bottom: 1px dotted #eee;
}

.headMenu_Box li>a {
    position: relative;
    line-height: 2;
    font-size: 20px;
    color: #323232;
    text-transform: capitalize;
    text-align: left;
    font-weight: bold;
    display: block;
}

.headMenu_Box .headMenu_li>a {
    background: url(../images/head_l.png) no-repeat right center;
}

.headMenu_a {
    position: relative;
}

.headMenu_a a {
    padding-left: 14px;
    display: block;
    color: #999;
    font-size: 15px;
    text-transform: capitalize;
}

.headMenu_a a.on {
    color: #ffbe32;
    font-weight: bold;
}

/* ===============================
    footer
================================================================================= */
footer {
    position: relative;
    background: #fff;
    border-top: 1px solid #eee;
}


.footBox {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.footL {
    width: 480px;
    border-right: 1px solid #eee;
    padding-right: 5%;
    margin-right: 5%;
    padding: 89px 5% 68px 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footL_t i {
    font-style: inherit;
    font-size: 28px;
    display: block;
    margin-bottom: 14px;
}

.footL_t div {
    position: relative;
}

.footL_t input {
    border: 0;
    border-bottom: 1px solid #eee;
    width: 100%;
    line-height: 30px;
    height: 30px;
    color: #eee;
    font-size: 13px;
    letter-spacing: 1px;
}

.footL_t input::-webkit-input-placeholder {
    color: #999;
}

.footL_t p {
    margin-top: 18px;
    color: #989898;
}

.footL_t span {
    display: inline-block;
    margin-right: 50px;
    font-weight: 300;
}

.footL_t span:last-child {
    margin: 0;
}

.footL_b {
    margin-top: 108px;
}

.footL_b i {
    letter-spacing: 3px;
    font-size: 24px;
    color: #333;
    margin-bottom: 20px;
    font-style: inherit;
}

.footL_b li {
    color: #989898;
    margin-top: 10px;
}

.footL_b svg {
    width: 24px;
    height: 24px;
    vertical-align: top;
}

.footL_b path {
    fill: #787878;
}

.footL_b span {
    vertical-align: top;
}

.footL_b div {
    display: inline-block;

}

.footL_b p {
    letter-spacing: 0;
}

.footR {
    width: calc(100% - 480px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.footR_t {
    padding-top: 89px;
    padding-bottom: 30px;
}

.footR_t ul {
    display: flex;
    align-items: self-start;
    justify-content: space-between;
}

.footR_t span {
    display: block;
    font-size: 21px;
    color: #333;
    margin-bottom: 20px;
}

.footR_t a {
    display: block;
    line-height: 2;
    color: #989898;
    margin-top: 10px;
    letter-spacing: 0;
}

.footR_b {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 28px 0;
    border-top: 1px solid #eeee;
}

.footR_b p {
    text-transform: uppercase;
    color: #989898;
    font-size: 12px;
    letter-spacing: 0.5px;
}

.footR_b a {
    color: #989898;
    margin-left: 14px;
}

/* ===============================
    index
================================================================================= */
/* banner */
.banner {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
}

.banImg_img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.8;
}

.banner video {
    width: 100%;
    height: 128%;
    object-fit: cover;
    opacity: 0.68;
}

.banner .swiper-container {
    height: 100%;
    width: 100%;
}

.banner .swiper-pagination-bullet {
    width: 68px;
    height: 4px;
    border-radius: 6px;
    background: #fff;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets,
.banner .swiper-pagination-custom,
.banner .swiper-pagination-fraction {
    bottom: 24px;
}

.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px;
}

.banImg {
    position: relative;
    height: 100%;
    width: 100%;
    background: #0028aa;
    overflow: hidden;
}

.banImg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.38);
}

.banTxt {
    z-index: 11;
    position: absolute;
    top: 54%;
    transform: translateY(-50%);
    width: 100%;
    left: 0;
}

.banTxt .indMore {
    margin-top: 89px;
}

.banTxt .banTxt_cn {
    color: #fff;
    font-size: 72px;
    font-weight: bold;
    line-height: 0.8;
    text-transform: uppercase;
    margin-bottom: 31px;
}

.banTxt .banTxt_cn strong{ font-size:24px; font-weight:300;}

.banTxt .banTxt_en {
    color: #fef011;
    font-size: 68px;
    letter-spacing: 3px;
    font-weight: bold;
    line-height: 1;
    display: block;
}

.banTxt_i {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 1px dashed #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 89px;
    display: none;
}

.banTxt_i svg {
    position: relative;
    top: -5px;
    width: 38%;
    height: 38%;
    animation: svg0221 0.68s alternate infinite;
}

@keyframes svg0221 {
    0% {
        top: -5px;
    }

    100% {
        top: 5px;
    }
}

@media(max-width:1920px) {
    .banTxt .banTxt_cn {
        font-size: 60px;
        margin-bottom: 24px;
    }

    .banTxt .banTxt_en {
        font-size: 54px;
    }
}

@media(max-width:1480px) {
    .banTxt .banTxt_cn {
        font-size: 58px;
    }

    .banTxt .banTxt_en {
        font-size: 54px;
    }

    .banTxt_i {
        width: 60px;
        height: 60px;
        margin-top: 78px;
    }
}

@media(max-width:1368px) {
    .banTxt .banTxt_cn {
        font-size: 51px;
    }

    .banTxt .banTxt_en {
        font-size: 48px;
    }

    .banTxt_i {
        margin-top: 68px;
    }
}

@media(max-width:1024px) {
    .banTxt {
        top: 58%;
    }

    .banTxt .banTxt_cn {
        font-size: 45px;
    }

    .banTxt .banTxt_en {
        font-size: 42px;
    }

    .banTxt_i {
        width: 54px;
        height: 54px;
        margin-top: 54px;
    }
}

@media(max-width:480px) {
    .banner .inner {
        width: 80%;
    }

    .banTxt .banTxt_cn {
        letter-spacing: 0;
        font-size: 30px;
        margin-bottom: 18px;
        line-height: 1.4;
    }

    .banTxt .banTxt_en {
        font-size: 30px;
        letter-spacing: 1px;
    }

    .banTxt_i {
        width: 48px;
        height: 48px;
        margin-top: 48px;
    }
}

/*  */
.abAbout {
    position: relative;
}

.lxAbout {
    position: relative;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center left;
    background-size: contain;
    padding: 89px 0;
}

.lxAbout_box {
    position: relative;
}

.lxAbout_info {

    padding: 4% 0;
}

.lxAbout_txt {
    max-width: 58%;
}

.lxAbou_p {
    margin-top: 68px;
    max-width: 80%;
}

.lxAbou_p span {
    font-size: 26px;
    letter-spacing: 2px;
    color: #ffbe32;
    display: block;
    margin-bottom: 14px;
}

.lxAbou_p p {
    font-size: 16px;
    line-height: 2.1;
    color: #666;
    letter-spacing: 1px;
}

.lxAbout_img {
    position: absolute;
    top: 0;
    right: 0;
    width: 42%;
    height: 100%;
    background: #999;
    overflow: hidden;
}

.lxAbout_img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0;
}

.lxAbout_img video,
.lxAbout_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.indAb_num {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 68px;
    box-sizing: border-box;
    margin-left: -7%;
}

.indAb_div {
    position: relative;
    text-align: center;
    width: 100%;
}



.indAb_div::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    height: 100%;
    background: #eee;
    transform: rotate(15deg);
}

.indAb_div:first-child:before {
    content: none;
}

.indAb_div>div {
    position: relative;
    display: inline-block;
}

.indAb_div img {
    display: block;
    margin-bottom: 14px;
}

.indAb_num span {
    color: #e93732;
    font-size: 58px;
    letter-spacing: 0;
    line-height: 1;
    font-family: 'BEBAS';
    min-width: 66px;
    display: inline-block;
}

.indAb_num i {
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 122%;
    /* right: -54px; */
    color: #e93732;
    line-height: 1;
    font-size: 12px;
    text-align: left;
    text-transform: uppercase;
    transform-origin: top left;
    transform: rotate(90deg);
    font-style: inherit;
}

.indAb_num p {
    font-size: 13px;
    color: #999;
    margin-top: 6px;
    letter-spacing: 1px;
}

/* solu */
.lxSolu {
    position: relative;
}

.lxSolu_top {
    position: absolute;
    top: 12%;
    width: 100%;
    left: 0;
    z-index: 11;
    padding-left: 10%;
}

.indSolu_list {
    opacity: 0.8;
    position: relative;
    margin-top: 78px;
}

.indSolu_list::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 90%;
    border-bottom: 2px solid rgba(255, 255, 255, 0.38);
}

.indSolu_list li {
    position: relative;
    display: inline-block;
    margin-right: 40px;
    min-width: 108px;
    padding-bottom: 6px;
}

.indSolu_list li::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    z-index: 3;
    background: #ffbe32;
    transition: all 0.48s;
}

.indSolu_list li.on::after {
    width: 100%;
}

.indSolu_a {
    display: flex;
    align-items: stretch;
}

.indSolu_a i {
    line-height: 1;
    font-style: inherit;
    font-family: 'BEBAS';
    font-family: 'CENTURYGOTHIC';
    color: #fff;
    font-size: 40px;
    margin-right: 8px;
    text-transform: uppercase;
}

.indSolu_a div {
    padding-bottom: 6px;
    display: inline-block;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.indSolu_a span {
    color: #fff;
    font-size: 16px;
    line-height: 1;
}

.indSolu_a p {
    letter-spacing: 0;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
}

/*  */
.lxSolu_img {
    position: relative;
    height: 100vh;
}

.lxSolu_img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0028aa;
    opacity: 0;
    z-index: 1;
}

.lxSolu_img .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lxSolu_img .swiper-container,
.lxSolu_img .swiper-wrapper,
.lxSolu_img .swiper-slide {
    height: 100%;
}

.lxSolu_img .swiper-pagination {
    width: auto;
    background: #fff;
    bottom: 0;
    right: 0;
    left: auto;
    padding: 38px;
}

.lxSolu_img .swiper-pagination-bullet {
    position: relative;
    width: auto;
    height: auto;
    font-size: 12px;
    text-decoration: underline;
    background: transparent;
}

.lxSolu_img .swiper-pagination-bullet::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    height: 2px;
    width: 100%;
    background: #ffbe32;
    opacity: 0;
}

.lxSolu_img .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 18px;
}

.lxSolu_img .swiper-pagination-bullet-active {
    text-decoration: none;
    font-size: 18px;

}

.lxSolu_img .swiper-pagination-bullet-active::after {
    opacity: 1;
}

.lxSolu_btm .swiper-button-next,
.lxSolu_btm .swiper-button-prev {
    position: absolute;
    left: 0;
    z-index: 99;
    background: rgba(255, 255, 255, 0.5);
    border: 0;
    width: 54px;
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
}

.lxSolu_btm .swiper-button-next img,
.lxSolu_btm .swiper-button-prev img {
    width: 18%;
}

.lxSolu_btm .swiper-button-prev {
    top: 6px;
}

.lxSolu_btm .swiper-button-next {
    top: 32%;
}

.lxSolu_btm .swiper-slide {
    opacity: 0 !important;
}

.lxSolu_btm .swiper-slide-active {
    opacity: 1 !important;
}

.lxSolu_btm {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 7;
}

.lxSolu_btm>.inner {
    position: relative;
    z-index: 5;
}

.lxSolu_btm::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(rgb(177 1 14 / 0%), rgb(177 1 14 / 10%));
    /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(rgb(177 1 14 / 0%), rgb(177 1 14 / 10%));
    /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(rgb(177 1 14 / 0%), rgb(177 1 14 / 10%));
    /* Firefox 3.6 - 15 */
    background: linear-gradient(rgb(177 1 14 / 0%), rgb(177 1 14 / 10%));
    /* 标准的语法（必须放在最后） */
}

.lxSolu_btm>img {
    position: absolute;
    bottom: 89px;
    left: 0;
    width: 100%;
}

.lxSolu_txt {
    padding-bottom: 8%;
    padding-left: 10%;
}

.lxSolu_btm .indSolu_a i {
    font-size: 80px;
    margin-right: 12px;
}

.lxSolu_btm .indSolu_a div {
    padding-bottom: 14px;
}

.lxSolu_btm .indSolu_a span {
    font-size: 28px;
    line-height: 1.1;
    letter-spacing: 1px;
}

.lxSolu_btm .indSolu_a p {
    font-size: 15px;
}

.lxSolu_p {
    margin: 38px 0;
}

.lxSolu_p p {
    color: #fff;
    font-size: 16px;
    max-width: 90%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 1px;
    line-height: 2.1;
    max-height: 68px;
}

/* news */
.lxNew {
    overflow: hidden;
    padding-top: 108px;
    padding-bottom: 138px;
    padding-left: 10%;
    background-color: #f8f8f8;
    background-image: url(../images/bg1.gif);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}

.lxNew_box {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.lxNew_l {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 389px;
    padding: 10px 0 0;
}

.lxNew_l li {
    margin: 18px 0;
    min-height: 42px;
}

.lxNew_l li a {
    position: relative;
    font-size: 16px;
    color: #999;
    letter-spacing: 1px;
    padding-left: 30px;
    display: block;
}

.lxNew_l li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -1px;
    height: 2px;
    width: 18px;
    background: #999;
    transition: all 0.68s;
}

.lxNew_l li.on a {
    font-weight: bold;
    font-size: 20px;
    color: #ffbe32;
    transition: all 0.68s;
}

.lxNew_l li.on a::before {
    background: #ffbe32;
    height: 3px;
    margin-top: -1.5px;
}

.lxNew_r {
    width: calc(100% - 438px);
}

.lxNew_a {
    position: relative;
    display: block;

}

.lxNew_img {
    /*position: relative;
    padding-top: 64%;*/
    overflow: hidden;
}

.lxNew_img img {
   /* position: absolute;
    top: 0;
    left: 0; */
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.48s;
}

.lxNew_img .lxNew_time {
    position: absolute;
    right: 21px;
    top: 21px;
    padding: 8px 16px;
    background: #fff;
    text-align: center;
    color: #ffbe32;
    display: none !important;
}

.lxNew_img .lxNew_time span {
    font-weight: bold;
    font-family: 'BEBAS';
    line-height: 1;
    font-size: 32px;
}

.lxNew_img .lxNew_time p {
    letter-spacing: 0;
    line-height: 1;
    font-size: 10px;
    opacity: 0.5;
}


.lxNew_time {
    line-height: 1;
    font-family: "Arial";
    letter-spacing: 0;
    display: block;
    color: #666;
    margin: 28px 0 10px;
    font-size: 14px;
}

.lxNew_tit {
    color: #333;
    font-size: 20px;
    line-height: 1;
    transition: all 0.48s;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 20px;

}

.lxNew_p {
    margin-top: 8px;
    color: #999;
    font-size: 14px;
}

.lxNew_p img {
    margin: 0 3px;
}

.lxNew .swiper-container-horizontal>.swiper-scrollbar {
    position: relative;
    margin-top: 48px;
    width: 100%;
    left: 0;
    bottom: 0;
}

.lxNew .swiper-scrollbar-drag {
    background: #ffbe32;
}

/* ===============================
    solution
================================================================================= */
.solTit {
    margin-top: 138px;
}

.solBox {
    overflow: hidden;
    position: relative;
    z-index: 11;
}

.solBox::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 80%;
    height: 100%;
    background: #f8f8f8;
    z-index: -1;
}

.soluItem {
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    padding: 68px 0;
}

.soluImg {
    position: relative;
    width: 60%;
    padding-top: 38%;
    overflow: hidden;
}

.soluImg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0028aa;
    opacity: 0.58;
    z-index: 1;
    transition: all 0.48s;
}

.soluImg img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.48s;
}

.soluImg:hover::after {
    opacity: 0.18;
}

.soluImg:hover img {
    transform: scale(1.1);
}

.soluItem:nth-child(2n) .soluTxt {
    order: -1;
}

.soluTxt {
    width: 40%;
    padding: 0 5%;
    padding-right: 10%;
    text-align: left;
    display: flex;
    align-items: center;
    position: relative;
}

.soluTxt_ico {
    position: absolute;
    width: 27%;
    bottom: 0;
    right: 10%;
    opacity: 0.05;
    animation: icoanimate 2s infinite alternate;
}

@keyframes icoanimate {
    0% {
        right: 10%;
    }

    100% {
        right: 12%;
    }
}

.soluTit {
    font-size: 32px;
    font-weight: bold;
    line-height: 1;
    margin: 0 0 24px;
    display: flex;
    align-items: stretch;
}

.soluTit i {
    line-height: 1;
    font-style: inherit;
    font-family: 'CENTURYGOTHIC';
    color: #ffbe32;
    font-size: 80px;
    margin-right: 8px;
    text-transform: uppercase;
}

.soluTit div {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 20px;
}

.soluTit span {
    color: #333;
    font-size: 32px;
    line-height: 1.1;
    letter-spacing: 1px;
}

.soluTit p {
    font-size: 18px;
    color: #333;
    text-transform: uppercase;
}

.soluTxt_p p {
    font-size: 15px;
    color: #666;
    line-height: 2.1;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.soluTxt .indMore {
    margin-top: 89px;
}

/* ===============================
    soluList
================================================================================= */
.soluList {
    margin-top: 89px;
    background: #f2f2f2;
}

.soluList_top {
    height: 68vh;
    position: relative;
    background: #ffffff;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.soluList_top>img {
    display: none;
    width: 100%;
}

.soluList_top::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;

    opacity: 0.58;
}

.soluList_tit {
    position: relative;
    z-index: 11;
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
}

.soluList_tit span {
    display: block;
    position: relative;
    font-size: 36px;
    color: #fff;
    font-weight: bold;
}

.soluList_tit i {
    position: absolute;
    bottom: -38px;
    left: 6%;
    width: 100%;
    text-align: center;
    font-size: 248px;
    line-height: 1;
    font-family: 'CENTURYGOTHIC';
    text-transform: uppercase;
    opacity: 0.12;
    font-style: inherit;
}

.soluList_tit p {
    font-size: 17px;
    line-height: 2.1;
    color: #fff;
    margin-top: 18px;
    opacity: .8;
}

.soluList_row {
    background: #f2f2f2;
}

.soluList_row:nth-child(2n) {
    background: #ffffff;
}

.soluList_row:nth-child(2n) .soluList_img {
    order: -1;
}

.soluList_row:nth-child(2n) .soluList_txt {
    background-color: #f9f9f9;
}

.soluList_item {
    height: 55vh;

    padding: 28px 0;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.soluList_img {
    position: relative;
    width: 37%;
    height: 100%;
    overflow: hidden;
}

.soluList_img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.48s;
}


.soluList_img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.18;
}

.soluList_img:hover::after {
    opacity: 0;
}

.soluList_img:hover img {
    transform: scale(1.1);
}

.soluList_txt {
    position: relative;
    background-position: center;
    background-size: cover;
    background-color: #ffffff;
    background-repeat: no-repeat;
    width: 60%;
    height: 100%;
    padding: 5% 6%;
    text-align: center;
    display: flex;
    align-items: center;
}

.soluList_txt::before {
    content: "";
    position: absolute;
    top: 24px;
    left: 24px;
    width: calc(100% - 48px);
    height: calc(100% - 48px);
    border: 1px dashed #ffbe32;
    opacity: 0.18;
}

.soluList_txt>div {
    display: inline-block;
    text-align: left;
}

.soluList_span {
    position: relative;
    color: #ffbe32;
    font-size: 24px;
}

.soluList_span::after {
    content: "";
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 21px;
    height: 3px;
    background: #ffbe32;
}

.soluList_p {
    color: #666;
    margin-top: 28px;
    margin-bottom: 68px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* ===============================
    soluDet
================================================================================= */
.soluDet {
    padding: 108px 0 0;
    position: relative;
}

.soluDet_span {
    display: block;
    color: #000;
    font-size: 22px;
    font-weight: bold;
}

.soluDet_box {
    overflow: hidden;
    padding: 68px 0 89px;
    position: relative;
    z-index: 3;
}

.soluDet_box::before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 80%;
    background: #f6f6f6;
}


.soluDet_box .inner {
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.soluDet_box .inner>div {
    width: 50%;
}

.soluDet_img {
    position: relative;
    padding-top: 28%;
    box-shadow: 10px 28px 24px rgb(51 51 51 / 0.18);
}

.soluDet_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 55%;
    height: 100%;
    object-fit: cover;
}

.soluDet_tit {
    position: relative;
}


.soluDet_tit p {
    font-weight: bold;
    font-size: 38px;
    color: #ffbe32;
    border-left: 10px solid #ffbe32;
    padding-left: 18px;
    line-height: 1;
}

.soluDet_pad {
    padding: 34px 34px 0;
}

.soluDet_p {
    position: relative;
}

.soluDet_p p {
    margin-top: 14px;
    font-size: 16px;
    line-height: 2.1;
    color: #666;
    letter-spacing: 1px;
}

.soluDet_adv {
    position: relative;
    padding: 48px 0 68px;
    background-image: url(../images/bg6.png);
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: contain;
}

.soluDet_ul {
    padding: 34px;
}

.soluDet_ul ul {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    flex-wrap: wrap;
}

.soluDet_ul li {
    width: 49%;
    background: rgb(255 255 255 / 0.68);
    padding: 12px;
    position: relative;
    margin-top: 24px;
    display: flex;
    align-items: flex-start;
    min-height: 82px;
    box-shadow: 0 0 10px 1px #f8f8f8;
}

.soluDet_ul li::before {
    content: "";
    position: absolute;
    top: 18px;
    width: 3px;
    left: -1px;
    height: 14px;
    background: #ffbe32;
}

.soluDet_ul i {
    font-weight: bold;
    color: #ffbe32;
    font-style: inherit;
    font-size: 18px;
    font-family: 'CENTURYGOTHIC';
    margin-left: -8px;
    width: 60px;
    text-align: center;
}

.soluDet_ul p {
    display: inline-block;
    width:100%;
    vertical-align: top;
    line-height: 2.1;
    color: #666;
}

/* ===============================
    product
================================================================================= */
.product {
    background: #999;
    width: 100%;
    height: 100vh;
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.proA {
    position: relative;
    flex: 1;
    display: block;
    transition: all 0.48s;
    overflow: hidden;
}



.proImg {
    position: relative;
    width: 100%;
    height: 100%;
    background: #0028aa;
}

.proImg::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.28;
    transition: all 0.68s;
}


.proImg img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0.8;
    transition: all 0.68s;
}

.proTxt {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}


.proTxt svg {
    width: 78px;
    height: 78px;
    margin: 0 auto;
}

.proTxt path {
    fill: #ffffff;
}

.proTxt p {
    color: #fff;
    font-weight: bold;
    font-size: 32px;
    display: block;
    margin-top: 24px;
    letter-spacing: 2px;
}

.proTxt i {
    display: inline-block;
    width: 28px;
    height: 3px;
    background: #fff;
}

.proMore {
    opacity: 0;
    margin: 30px auto 0;
    border-radius: 50%;
    border: 2px solid #fff;
    color: #fff;
    text-align: center;
    width: 48px;
    height: 48px;
    line-height: 41px;
    font-size: 28px;
    transition: all 0.68s;
}

@media(min-width:1025px) {
    .proA:hover {
        flex: 2;
    }

    .proA:hover .proImg::after {
        background: #0028aa;
        opacity: 0.18;
    }

    .proA:hover .proImg img {
        opacity: 1;
    }

    .proA:hover .proMore {
        opacity: 1;
        margin-top: 80px;
    }
}

/* 2 or 3 */
.detPro {
    margin-top: 108px;
}

.detPro_a {
    display: block;
    position: relative;

    overflow: hidden;
}

.detPro_a:nth-child(2n) {
    background: #f8f8f8 url(../images/bg8.jpg) no-repeat center;
    background-size: cover;
}

.detPro_a:nth-child(2n) .detPro_img {
    order: -1;
}

.detPro_a:nth-child(2n-1) .detPro_txt {
    order: -1;
}

.detPro_a:nth-child(2n) .detPro_num {
    left: auto;
    right: -28px;
}

.detPro_num {
    position: absolute;
    bottom: -32%;
    left: -28px;
    font-size: 18vw;
    color: rgb(2 140 214 / 0.05);
    font-family: 'CENTURYGOTHIC';
    line-height: 1;
}

.detPro_a:nth-child(2n) .detPro_num {
    color: rgb(255 255 255 / 0.1);
    ;
}

.detPro_box {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.detPro_box>div {
    flex: 1;
}

.detPro_img {
    display: block;
    position: relative;
}

.detPro_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.detPro_txt {
    text-align: center;
    min-height: 568px;
    padding: 138px 38px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.detPro_txt>div {
    display: inline-block;
    text-align: left;
    max-width: 78%;
}

.detPro_name {
    color: #ffbe32;
    font-weight: bold;
    font-size: 32px;
    display: block;
    margin-bottom: 14px;
}

.detPro_txt li {
    font-size: 16px;
    line-height: 2.1;
    color: #666;
    letter-spacing: 1px;
    position: relative;
    /* list-style-type: circle;
    margin-left: 20px; */
}


/* ===============================
    det1
================================================================================= */
.det1 {
    padding: 138px 0 89px;
}

.det1Tip {
    margin-top: 28px;
    text-align: right;
    color: #ffbe32;
}

.det1Tip br {
    display: none;
}

.det1Tip svg {
    margin-top: -2px;
    vertical-align: middle;
    width: 28px;
    height: 28px;
}

.det1Tip a {
    margin: 0 5px;
    text-decoration: underline;
}

.det1_tab {
    margin: 68px 0;
}

.det1 table {
    border-collapse: collapse;
    width: 100%;
    border: 1px solid #eee;
}


.det1 thead td {
    padding: 1%;
    color: #fff;
}

.det1 tr:nth-child(2n-1) {
    background: #f8f8f8;
}

.det1 thead tr:nth-child(1) {
    background: #ffbe32
}

.det1 tr {
    position: relative;
    transition: all 0.48s;
}

.det1 tr:hover {
    z-index: 11;
    background: rgb(0 40 170 / 0.1);
}

.det1 thead td {

    border-left: 1px solid rgb(238 238 238 / 0.5)
}

.det1_td5 {
    width: 28%;
    padding: 12px;
}

.det1 td {
    text-align: center;
}


.det1 tbody td {
    cursor: pointer;
    border-left: 1px solid #eee;
    border-top: 1px solid #f8f8f8;
}

.det1 .det1_td1 {
    width: 24%;
}

.det1 .det1_td6 {
    width: 10%;
}

.det1 .det1_img {
    position: relative;
    width: 100%;
    padding: 14%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.det1 .det1_img img {
    transform: scale(0.5);
    position: absolute;
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
    object-fit: contain;
}

.det1 td svg {
    width: 38px;
    height: 38px;
}

/*  */
.det1Mbl {
    display: none;
    padding: 0 5%;
    position: relative;
}

.det1Mbl_row {
    margin-top: 24px;
    border: 1px solid #eee;
}

.det1Mbl_img {
    position: relative;
    padding-top: 32%;
    /* background: #f8f8f8; */
}

.det1Mbl_img svg {
    position: absolute;
    top: 5px;
    right: 10px;
    width: 28px;
    height: 28px;
    z-index: 11;

}

.det1Mbl_img img {
    position: absolute;
    top: 0;
    left: 5%;
    width: 90%;
    height: 100%;
    object-fit: contain;
}

.det1Mbl_tab {

    border-top: 0;
}

.det1Mbl_col {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.det1Mbl_col>div {
    padding: 6px 10px;
    font-size: 12px;
    color: #666;
    letter-spacing: 0;
}

.det1Mbl_l {
    width: 60px;
    border-top: 1px solid #eee;
}

.det1Mbl_r {
    width: calc(100% - 60px);
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;

}

.det1Mbl_r br {
    display: none;
}

/* ===============================
    det2
================================================================================= */

/* ===============================
    detDet
================================================================================= */

.detDet {
    margin-top: 89px;
    text-align: right;
    position: relative;

}

.detDetImg {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 45%;
    background: #fff;
    height: 100vh;
    display: flex;
    align-items: center;
    text-align: center;
}

.detDetImg img {
    max-width: 100%;
}

.detDetImg.last {
    position: absolute;
}

.detDetImg .swiper-pagination {
    bottom: 10%;
    left: 0;
    width: 100%;
    text-align: center;
}

.detDetImg .swiper-pagination-bullet {
    margin: 40px;
    position: relative;
}

.detDetImg .swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    top: -12px;
    left: -12px;
    width: 30px;
    height: 30px;
    border: 1px dotted #bd1622;
    transform: scale(1.2);
    transform-origin: center;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.48s;

}

.detDetImg .swiper-pagination-bullet-active {
    background: #bd1622;
}

.detDetImg .swiper-pagination-bullet-active::before {
    opacity: 1;
}

.detDetTxt {
    width: 55%;
    text-align: center;

    display: inline-block;
    box-shadow: 0 0 10px 1px #eee;
    position: relative;
    z-index: 11;
}

.detDetTit {
    position: relative;
    border-bottom: 1px solid #eee;
    padding-bottom: 14px;
}

.detDetTit span {
    background: #bd1622;
    color: #fff;
    font-weight: bold;
    padding: 4px 16px;
    letter-spacing: 1px;
    display: inline-block;
    margin-bottom: 3px;
}

.detDetTit p {
    letter-spacing: 1px;
    font-size: 32px;
    font-weight: bold;
}

.detDetTxt_top {
    padding: 5% 10%;
}

.detDetTxt_back {
    cursor: pointer;
    position: absolute;
    bottom: 24px;
    right: 0;
    width: 50px;
    height: 50px;
    border-radius: 6px;

    color: #fff;
    z-index: 11;
    transition: all 0.48s;
    display: flex;
    align-items: center;
    justify-content: center;
}

.detDetTxt_back svg {
    width: 38px;
    height: 38px;
}

.detDetTxt_back path {
    fill: #999;
}

.detDetTxt_back:hover {
    background: #bd1622;
}

.detDetTxt_back:hover path {
    fill: #fffF;
}

.detDetTxt_p {
    margin-top: 30px;
}

.detDetTxt_p p {
    color: #666;
    margin-top: 10px;
}

.detDetTxt_btm {
    background: #f8f8f8;
    padding: 1px 10% 10%;
}

.detDetTxt>div {
    text-align: left;
}

.detDetName {
    position: relative;
}

.detDetName em {
    position: relative;
    display: inline-block;
    width: 5px;
    height: 18px;
    background-color: #bd1622;
    margin-right: 18px;
    border-radius: 50px;
}

.detDetName span {
    font-size: 20px;
    font-weight: bold;
}

.detDetDate {
    margin-top: 4vw;
}

.detDetDate ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 30px;
}

.detDetDate li {
    width: 46%;
    border-bottom: 1px solid #e2e2e2;
    padding: 14px 0;
    font-size: 13px;
    color: #4b4d51;
}

.detDetDate li span {
    font-weight: bold;
    color: #333;
}

.detDetDate_list {
    padding-top: 14px;
}

.detDetDate_list p {
    font-size: 14px;
    line-height: 2.1;
    color: #666;
    letter-spacing: 1px;
    margin-top: 10px;
    background: rgb(255 255 255 / 0.68);
    padding: 14px 28px;
}

.detDetDate_list i {
    font-weight: bold;
    color: #333;
    margin-right: 6px;
}

/* ===============================
    service
================================================================================= */

.service {
    padding: 108px 0 68px;
    background: #f8f8f8;
}

.serBox {
    overflow: hidden;
    margin-top: 58px;
}

.serRow {
    cursor: pointer;
    display: flex;
    align-items: stretch;
    text-align: center;
    justify-content: space-between;
    font-family: 'GOTHIC';
}

.serRow>div {
    border: 2px solid #f8f8f8;
    background: #fff;
    padding: 10px;
    transition: all 0.48s;
}

.serRow .serName {
    width: 45%;
    text-align: left;
    padding: 10px 28px;
    display: flex;
    align-items: center;

}

.serRow .serTime,
.serRow .serCom {
    width: 20%;
}

.serRow .serLoad {
    width: 15%;
}

.serRow:first-child {
    font-weight: bold;
    letter-spacing: 1px;
}

.serRow:first-child {
    color: #Fff;
}

.serRow:first-child .serName {
    background: #ffbe32;

}

.serRow:first-of-type .serTime {
    background: #b3b3b3
}

.serRow:first-of-type .serCom {
    background: #808080
}


.serRow:first-of-type .serLoad {
    background: #343434;
}

.serRow>div:not(:first-of-type) {
    display: flex;
    align-items: center;
    justify-content: center;
}

.serRow:not(:first-of-type) .serName {
    font-size: 17px;
    background: rgb(177 1 14 / 0.05);
}

.serRow:not(:first-of-type) .serLoad {
    font-size: 12px;
    color: #999;
}

.serLoad svg {
    width: 30px;
    height: 30px;
    display: block;
    margin: 0 auto 5px;
}

.serRow:not(:first-of-type):hover>div {
    background: rgb(0 40 170 / 0.1);
}

.serRow:not(:first-of-type):hover .serName {
    color: #ffbe32;
}


/* ===============================
    news
================================================================================= */
.news {
    padding: 108px 0;

}

.news .newsBox {
    overflow: hidden;
}

.news .lxNew_a {
    display: block;
    float: left;
    width: 23%;
    margin: 1%;
}

.news .lxNew_a:hover .lxNew_img img {
    transform: scale(1.1);
}

.news .lxNew_a:hover .lxNew_tit {
    color: #ffbe32;
}

/* ===============================
    newsDet
================================================================================= */
.newsDet {
    position: relative;
}

.newsDet_box {
    max-width: 1280px;
    margin: 138px auto 89px;
}

.newsTop {
    padding-bottom: 30px;
    border-bottom: 1px dashed #dbdbdb;
}

.newsTop em {
    background: #ffbe32;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 15px;
    line-height: 2;
    padding: 0px 14px;
    display: inline-block;
    margin-bottom: 14px;
}

.newsTop h4 {
    letter-spacing: 1px;
    font-size: 34px;
    line-height: 1.4;
    margin-bottom: 20px;
}

.newsTop span {
    color: #666;
    font-size: 13px;
    vertical-align: middle;
    display: inline-block;
    margin: 0 10px;
}

.newsTop img {
    margin-right: 8px;
    vertical-align: middle;
    position: relative;
    top: -2px;
}

.newsBody {
    line-height: 2;
    color: #666;
    margin: 35px 0 20px;
    padding-bottom: 28px;
    border-bottom: 1px dashed #dbdbdb;
}

.newsBody img {
    max-width: 100%;
}

.newsBody p {
    font-size: 16px;
    line-height: 2.1;
    letter-spacing: 1px;
    margin: 18px 0;
}

.newsBody p.color {
    color: #ffbe32;
}

.innerBack {
    font-weight: bold;
    text-transform: capitalize;
}

.innerBack {
    padding-top: 40px;
}

.innerBack a {
    display: inline-block;
    transition: all 0.48s;
    color: #333;
    font-size: 16px;
}

.innerBack svg {
    width: 28px;
    height: 28px;
    vertical-align: middle;
}

.innerBack path {
    fill: #ffbe32;
}

.innerBack a:hover {
    padding-left: 40px;
    color: #ffbe32;
}

/* ===============================
    join
================================================================================= */
.joinLc {
    position: relative;
    padding: 138px 0 108px;
    background: #f2f2f2;
}

.list-supplier {
    margin-right: -1.45833vw;
    margin-left: -1.45833vw;
    position: relative;
    overflow: hidden;
}

.list-supplier>li,
.list-supplier>div {
    width: 20%;
    margin-bottom: 0;
    float: left;
    vertical-align: top;
}

.job-process__wrap .list-supplier>div,
.supplier-top .list-supplier>div {
    width: 20%;
}

.supplier-item {
    position: relative;
    margin: 0 28px;
    padding: 38px 0 28px;
    text-align: center;
    background-color: #fff;
    margin-right: 1.45833vw;
    margin-left: 1.45833vw;
}

.job-process__wrap .supplier-item {
    background-color: #F7F7F7;
}

.list-supplier>div img {
    display: block;
    width: 68px;
    margin: 0 auto 28px;
}

.list-supplier>div svg {
    display: block;
    width: 68px;
    height: 68px;
    margin: 0 auto 14px;
}

.list-supplier>div path {
    fill: #ccc;
}

.supplier-item::after {
    font-size: 30px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -.8em;
    margin-right: -1.3em;
    content: url(../images/a.png);
}

.list-supplier>div:last-child .supplier-item:after {
    opacity: 0;
}

.supplier-item__num {
    position: relative;
}

.supplier-item__num>span {
    opacity: .05;
    color: #ffbe32;
    font-size: 6.25vw;
    line-height: 1;
    font-family: 'CENTURYGOTHIC';
    font-weight: bold;
    letter-spacing: 5px;
}

.supplier-item__txt {
    font-size: 24px;
    line-height: 1.65;
    position: absolute;
    top: 26%;
    right: 0;
    left: 0;
}

/*  */
.joinFl {
    padding: 108px 0 0;
    position: relative;
}

.joinFl_p {
    position: relative;
    max-width: 80%;
    margin: 0 auto;
    text-align: center;
}

.joinFl_p::after {
    content: "";
    margin-top: 15px;
    display: inline-block;
    width: 0;
    height: 0;
    border-left-width: 4px;
    border-right-width: 4px;
    border-top-width: 6px;
    border-style: solid;
    border-color: rgb(177 1 14 / 0.5) transparent transparent transparent;
}

.joinFl_p p {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
}

.idealists-life {
    overflow: hidden;
}

.joinFl_bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 54%;
    background-image: url(../images/j2.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.idealists-life .bg {
    margin-top: 55px;
    padding-bottom: 145px;
}

.idealists-life ul {
    background: #FFFFFF;
    padding: 0 80px 85px;
    border-top: 4px solid #ffbe32;
    overflow: hidden;
    -webkit-box-shadow: 0 0 100px rgb(178 1 13 / 0.1);
    box-shadow: 0 0 100px rgb(178 1 13 / 0.1);
}

.idealists-life li {
    margin-top: 75px;
    float: left;
    width: 25%;
    padding: 0 20px;
}

.idealists-life li:nth-child(4n+1) {
    clear: both;
}

.idealists-life li .item {
    position: relative;
    padding-left: 68px;
}

.idealists-life li .item i {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 46px;
    height: 46px;
    line-height: 42px;
    text-align: center;
    border: 2px solid #eaeaea;
    font-style: normal;
    color: #111111;
}

.idealists-life li .item img {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.idealists-life li .item svg {
    float: left;
    width: 48px;
    height: 48px;

}

.idealists-life li .item path {
    fill: #ffbe32;
}

.idealists-life li .item img {
    float: left;
}

.idealists-life li .item div {
    margin-left: 58px;
}

.idealists-life li .item div span {
    display: block;
    color: #111111;
    font-size: 18px;
}

.idealists-life li .item div p {
    line-height: 1;
    color: #d9d9d9;
    font-size: 12px;
    font-family: 'GOTHIC';
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.idealists-life li:hover i {
    color: #fff;
    background: #2d2d2d;
    border: 2px solid #2d2d2d;
}

/*  */
.joinDeve {
    position: relative;
    padding: 108px 0 80px;
}

.joinDeve_p {
    text-align: center;
    font-size: 16px;
    color: #666;
    line-height: 1.8;
    margin: 0 auto;
    max-width: 90%;
}

.joinDeve_box {
    margin-top: 58px;
}

.joinDeve_img {
    position: relative;
    padding-top: 52%;
}

.joinDeve_img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.joinDeve .swiper-pagination {
    position: relative;
    margin-top: 34px;
}

.joinDeve .swiper-pagination-bullet {
    width: 68px;
    height: 4px;
    border-radius: 6px;
    background: #ffbe32;
}

.joinJob {
    position: relative;
    padding: 108px 0;
    background: #f8f8f8;
}

.recJob {
    color: #666;
}

.recJob_box {
    margin: 20px 0 0;
}

/* job-tit */
.recJob_tit {
    line-height: 20px;
    background: #1c1d21;
    padding: 10px 2%;
    overflow: hidden;
}

.recJob_tit span {
    float: left;
    width: 24%;
    color: #fff;
    line-height: 20px;
    font-size: 14px;
    padding: 5px 10px;
}

.recJob_tit span:nth-child(1) {
    width: calc(28% - 68px);
}

.recJob_tit span:nth-child(5) {
    width: 68px;
}

/* job-list  */
.recJob_list {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 75px;
    padding: 0 2% 30px;
    background: #fff;
}

.recruit li {
    border-bottom: 1px solid #e5e5e5;
    background: #fdfdfd;
}

.recJob_name {
    display: block;
    font-size: 0;
    padding: 25px 0;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #eee;
}

.recJob_list li:last-child .recJob_name {
    border-bottom: 0;
}



.recJob_name span {
    position: relative;
    float: left;
    width: 24%;
    line-height: 20px;
    font-size: 15px;
    padding: 5px 10px;
    color: #666;
}

.recJob_name span:nth-child(1) {
    width: calc(28% - 68px);
}

.recJob_name span:nth-child(5) {
    width: 68px;
}

.recJob_name span:nth-child(5)::after {
    content: "";
    position: absolute;
    right: 54%;
    top: 50%;
    width: 12px;
    height: 8px;
    background-image: url(../images/recruit-down.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.recJob_info {
    display: none;
    position: relative;
    border-top: 1px solid #efefef;
    padding: 0 30px;
    background: #f5f5f5;
}

.recJob_top {
    padding: 20px 0;
    padding-bottom: 25px;
    border-bottom: 1px solid #dcdcdc;
}

.recJob_top span {
    display: inline-block;
    width: 24%;
    font-size: 14px;
    line-height: 36px;
    color: #666;
    letter-spacing: 0;
}

.recJob_btm {
    overflow: hidden;
    padding: 40px 10px;
    border-bottom: 1px solid #dcdcdc;
}

.recJob_btm h4 {
    font-weight: 500;
    font-size: 18px;
    color: #333333;
    margin-bottom: 12px;
}

.recJob_btm p {
    line-height: 2;
    color: #666;
}

.recJob_btm .recJob_l {
    float: left;
    width: 50%;
    box-sizing: border-box;
    padding-right: 80px;
    margin-bottom: 15px;
}

.recJob_btm .recJob_r {
    width: 50%;
    float: right;
    box-sizing: border-box;
    padding-left: 60px;
}

.recJob_info .tips {
    padding: 20px 0 40px;
    color: #c31f2c;
    line-height: 1.8;
    font-size: 16px;
}

.recJob_info .tips a {
    display: inline-block;
    color: #c31f2c;
}

.recJob_list li.cur {
    border-color: transparent;
    background: #fff;
}

.recJob_list li.cur .recJob_name::after {
    background-image: url(../images/recruit-up.png);
}

@media(max-width:1024px) {
    .recJob_tit span {
        float: left;
        width: 20%;
        color: #fff;
        line-height: 20px;
        font-size: 14px;
        padding: 5px 10px;
    }

    .recJob_tit span:nth-child(1) {
        width: calc(40% - 68px);
    }

    .recJob_tit span:nth-child(5) {
        width: 68px;
    }

    .recJob_name span {
        width: 20%;
        font-size: 14px;
    }

    .recJob_name span:nth-child(1) {
        width: calc(40% - 68px);
    }

    .recJob_name span:nth-child(5) {
        width: 68px;
    }

    .joinJob {
        padding: 89px 0;
    }
}

@media (max-width: 768px) {
    .joinJob {
        padding: 48px 0;
    }

    .recJob_name {
        padding: 20px 0;
    }

    .recJob_info {
        padding: 0 28px 10px;
    }

    .recJob_top {
        padding: 16px 0;
    }

    .recJob_top span {
        width: auto;
        margin-right: 24px;
        font-size: 13px;
        line-height: 2.4;
    }

    .recJob_tit {
        padding: 10px 28px;
    }

    .recJob_list {
        padding: 0 28px 24px;
    }

    .recJob_btm {
        padding: 28px 10px;
    }

    .recJob_btm .recJob_r,
    .recJob_btm .recJob_l {
        width: 100%;
        padding: 0;
    }

    .recJob_btm h4 {
        font-size: 16px;
        margin-bottom: 8px;
    }

    .recJob_info .tips {
        font-size: 15px;
    }



    .recJob_info .tips br {
        display: none;
    }
}

@media (max-width: 680px) {
    .recJob_info .tips {
        padding: 0 14px;
    }

    .recJob_list {
        padding: 0 14px 20px;
    }

    .recJob_btm {
        padding: 20px 10px;
    }

    .recJob_btm .recJob_l {
        padding: 0;
        float: none;
        width: 100%;
    }

    .recJob_btm .recJob_r {
        float: none;
        padding: 0;
        width: 100%;
    }

    .recJob_btm h4 {
        font-size: 16px;
    }

    .recJob_btm p {
        font-size: 13px;
    }

    .recJob_info {
        padding: 0 22px 6px;
    }

    .recJob_info .tips {
        padding: 14px 0;
    }

    .recJob_tit {
        padding: 10px 14px;
    }

    .recJob_tit span {
        width: 28%;
        font-size: 12px;
        padding: 0 10px;
    }

    .recJob_tit span:nth-child(1) {
        width: 44%;
    }

    .recJob_tit span:nth-child(5),
    .recJob_tit span:nth-child(4) {
        display: none;
    }

    .recJob_name {
        padding: 10px 0;
    }

    .recJob_name span {
        width: 28%;
        font-size: 13px;
    }

    .recJob_name span:nth-child(1) {
        width: 44%;
    }

    .recJob_name span:nth-child(5),
    .recJob_name span:nth-child(4) {
        display: none;
    }


}

@media (max-width: 680px) {

    .recJob_tit {
        padding: 10px;
    }



    .recJob_list {
        padding: 0 10px 12px;
    }

    .recJob_info {
        padding: 0 14px 6px;
    }

    .recJob_top {
        padding: 12px 0;
    }

    .recJob_top span {
        margin-right: 18px;
        line-height: 2;
        font-size: 12px;
        margin: 2px 6px;
    }

    .recJob_btm {
        padding: 12px 6px;
    }

    .recJob_btm h4 {
        font-size: 15px;
        margin-bottom: 0;
    }

    .recJob_btm p {
        line-height: 24px;
    }

    .recJob_info .tips {
        font-size: 13px;
    }
}

/* ===============================
    about
================================================================================= */
.about {
    overflow: hidden;
    position: relative;
    margin-top: 68px;
}

.about .lxAbou_p {
    max-width: 90%;
}

.abCul {
    margin: 38px 0 0;
    height: 50vh;
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    z-index: 3;
}

.abCul_item {
    width: 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    box-shadow: 10px 28px 24px rgb(51 51 51 / 0.18);
    overflow: hidden;
}

.abCul_bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #0028aa;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all 0.48s;
}
.abCul_r .abCul_bg::after
{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .68;
    background-color:  #8a000a
}
.abCul_item:hover .abCul_bg {
    transform: scale(1.1);
}

.abCul_div {
    position: relative;
    z-index: 3;
    padding: 0 10%;
}

.abCul_l {
    width: calc(50% + 24px);
    position: relative;
    z-index: 11;
}

.abCul_r {
    position: absolute;
    top: -18px;
    right: 0;
    width: 50%;
}

.abCul_r::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-bottom: 18px solid #273040;
    border-right: 24px solid transparent;
    z-index: 21;
}


.abCul svg {
    width: 51px;
    height: 51px;
    margin-bottom: 14px;
}

.abCul span {
    display: block;
    font-weight: bold;
    font-size: 28px;
    color: #fff;
    margin-bottom: 28px;
}

.abCul p {
    opacity: .8;
    font-size: 16px;
    color: #fff;
}

/*  */
.abTeam {
    position: relative;
    padding: 108px 0;
    overflow: hidden;
    background: url(../images/bg11.png);
    margin-top: -20px;
}

.abTeam_box {
    max-width: 1280px;
    margin: 0 auto;
}

.abTeam_a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #eee;
    padding: 38px 28px;
}



.abTeam_img {
    position: relative;
    width: 110px;
    /* background: #f8f8f8 url(../images/analyst_bg.jpg) no-repeat center;
    background-size: cover; */
    overflow: hidden;
}

.abTeam_img img {
    display: block;
    width: 100%;
}

.abTeam_img .abTeam_img_mlb {
    display: none;
}

.abTeam_txt {
    width: calc(100% - 160px);
}

.abTeam_add {
    display: none;
}

.abTeam_name {
    font-size: 24px;
    color: #333;
}

.abTeam_name span {
    color: #ffbe32;
    font-size: 14px;
}

.abTeam_p span {
    color: #ffbe32;
    font-size: 18px;
    display: block;
    margin: 0 0 14px;
    letter-spacing: 1px;
}

.abTeam_p p {
    font-size: 16px;
    line-height: 2.1;
    color: #666;
}

/*  */
.abPart {
    overflow: hidden;
    position: relative;
    padding: 108px 0 80px;
}

.abPart .swiper-container {
    padding: 20px 0;
}

.abPart_img {
    cursor: pointer;
    background: #fff;
    position: relative;
    padding-top: 52%;
    border: 1px solid #f8f8f8;
    -webkit-transition: all 300ms ease 0s;
    transition: all 300ms ease 0s;
}

.abPart_img::after {
    height: 3px;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2c79fb;
    z-index: 1;
    content: "";
    display: none;
}

.abPart_img:hover {
    z-index: 11;
    box-shadow: 0px 12px 80px -12px #e3e7f0;
    transform: scale(1.1);
}

.abPart_img:hover::after {

    display: block;
}

.abPart_img img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 58%;
    height: 100%;
    object-fit: contain;
    transition: all 0.68s;

}

.abPart .swiper-pagination {
    position: relative;
    margin-top: 34px;
}

.abPart .swiper-pagination-bullet {
    width: 68px;
    height: 4px;
    border-radius: 6px;
    background: #ffbe32;
}

/* ===============================
    contact
================================================================================= */
.contact {
    position: relative;
    overflow: hidden;
    margin-top: 50px;
}

.conTop {
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.conTop_l {
    width: 50%;

}



.conMap {
    position: relative;
    width: 100%;
    height: 100%;
    background: #f8f8f8;
}

.mapBox {
    width: 100%;
    height: 100%;
}

.conTop_r {
    width: 50%;
    padding: 5vw 5vw 3vw;
}

.conTop_div {
    max-width: 538px;
    margin: 0 auto;
}

.conTop_span {
    position: relative;
    font-size: 24px;
    color: #ffbe32;
    padding-bottom: 20px;
}

.conTop_span::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 28px;
    height: 3px;
    background: #ffbe32;
}

.conTop_r ul {
    margin-top: 30px;
}

.conTop_r li {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 20px 0 25px;
    border-bottom: 1px solid #e1e1e1;
}

.conTop_r li:last-of-type {
    border-bottom: 0;
}

.conTop_r li.one {
    display: block;
}

.conTop_r li div {
    padding-left: 25px;

    background-repeat: no-repeat;
    background-position: left 6px;
    min-width: 40%;
}

.conTop_r li span {
    font-size: 18px;
    color: #333;
    line-height: 1.6;
    display: inline-block;
    margin-bottom: 5px;
}

.conTop_r li p {
    font-size: 14px;
    line-height: 1.6;
    color: #333;
}

.conTop_r li p img {
    display: block;
    width: 80px;
}

.conBtm {
    position: relative;
    background: #f8f8f8;
}

.conBtm::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: #0028aa;
}

.conBtm::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
    background: rgba(0, 0, 0, 0.38)
}

.conBtm .inner {
    position: relative;
    z-index: 11;
}

.conBtm {
    position: relative;
    padding: 108px 0;
}

.conBtm .inner {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
}

.conInline {
    display: inline-block;
    width: 70%;
    padding: 6%;
    background: #fff;
    box-shadow: 10px 28px 24px rgb(51 51 51 / 0.18);
}

.conInline form div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.conInline form input {
    width: 48%;
    background: #f8f8f8;
    height: 48px;
    line-height: 48px;
    padding: 0 14px;
    border: 0;
}

.conInline form textarea {
    background: #f8f8f8;
    height: 148px;
    width: 100%;
    margin-top: 24px;
    border: 0;
    padding: 14px;
}

.conInline form button {
    background: #ffbe32;
    color: #fff;
    width: 189px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 17px;
    border: 0;
    margin-top: 38px;
    margin-right: 0;
    letter-spacing: 2px;
}

.conP {
    display: flex;
    align-items: center;
    width: 24%;
}

.conP p {
    font-size: 16px;
    line-height: 2.1;
    color: #fff;
    letter-spacing: 1px;
}

.conP_ewm {
    display: inline-block;
    text-align: center;
    margin-bottom: 48px;
}

.conP_ewm div {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
    padding-left: 18px;
}

.conP_ewm svg {
    width: 28px;
    height: 28px;
    margin-bottom: 10px;
}

.conP_ewm path {
    fill: #fff;
}

.conP_ewm img {
    vertical-align: middle;
    display: inline-block;
    width: 102px;
    padding: 3px;
    background: #fff;
}

.conP_ewm span {
    display: block;
    color: #fff;
    opacity: 0.8;
}

.conP_svg {
    max-width: 100%;
    margin-top: 89px;
    transform: scale(0.9);
    transform-origin: left center;
}